home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / msgupd2a.zip / FRONTD.SET next >
Text File  |  1992-02-24  |  36KB  |  963 lines

  1. =================
  2. FRONT DOOR setups
  3. =================
  4.  
  5. These are just some examples the I have used in the past and some
  6. still presently. If you have any questions concerning MSGTOSS & FD
  7. please feel free to call and if I am around I'll see what I can do.
  8.  
  9.  
  10. By Tim Jacobs: Virginia Data Exchange (1:271/270, 8:935/1) (804)877-3539
  11.  
  12. MSG_SCAN.BAT
  13. ------------
  14. msgtoss /scan/rbbs/fido/lock/fix/cdup/wdir
  15.  
  16.  
  17. MSG_SEND.BAT
  18. ------------
  19. EE.exe P  <--- EE is a program that is called ECHOMAIL ENGINE. It seems
  20.                to work very well with MSGTOSS and FD so I have included
  21.                my EE.CFG so that you can look at what I have setup.
  22.                The P parameter is the only nessessary thing you need to
  23.                use EE for. PACKING. EE will also do some routing. I do
  24.                not know if my routing is correct yet, but it look right?
  25.                You can do a FILE request for the EE_030.LZH at High
  26.                Speeds on 1:271/270.
  27.  
  28. EE.CFG
  29. -----------
  30. ;  EE.CFG Sample File.  Edit Drive & Path Information for your system.
  31. ;--------------
  32. ;  The DEBUG_ON verb turns Debugging information on, allowing you to
  33. ;  watch the .CFG file as it's compiled, to aid in searching for
  34. ;  problem areas in your .CFG file.
  35. ;
  36. Debug_On
  37. ;
  38. ;  Valid Keywords:  Debug_On    Troubleshooting Mode
  39. ;                   Debug_Off   Turns off Debug Information
  40. ;--------------
  41. ;  The EXT_TOSSER verb causes EERA to not create it's Dupe file Indexes.
  42. ;
  43. ;Ext_Tosser
  44. ;
  45. ;  Comment this line out if you use EchoMail Engine's Internal Tosser.
  46. ;--------------
  47. ;  Sysop name
  48. ;
  49. Sysop Tim Jacobs
  50. ;--------------
  51. ;
  52. ;  Your FidoNet Technology Addresses (Max Limit 30)
  53. ;
  54. Address 1:271/270.0
  55. Address 8:935/1.0
  56. Address 65:511/270.0
  57. Address 90:8063/1.0
  58. ;
  59. ;  NOTE: Multiple addresses will do nothing more than add the number into
  60. ;        the SEEN-BY's.  The first address of each respective zone is
  61. ;        always used in sending, but mail to other AKA's will be accepted.
  62. ;
  63. ;--------------
  64. ;
  65. ;  Your Fakenet address for mail addressed to points
  66. ;
  67. Pointnet 6666
  68. ;--------------
  69. ;
  70. ;  Your NetMail Directory
  71. ;
  72. NetMail         c:\fd\mail
  73. ;
  74. ;--------------
  75. ;
  76. ;  Standard inbound directories used in Binkley
  77. ;  *** FrontDoor/D'Bridge systems use only Netfile! ***
  78. ;
  79. Netfile         k:\inbound
  80. ;KnownFile       d:\path1\directory1
  81. ;SecureFile      d:\path2\directory2
  82. ;
  83. ;--------------
  84. ;
  85. ;  Path & file name for EERA Logfile
  86. ;
  87. Status_Log c:\arc\temp1\EE.LOG
  88. ;
  89. ;--------------
  90. ;
  91. ;  This line is used to determine whether or not EE should place
  92. ;  an outbound packet in a properly pathed directory or the
  93. ;  Bad_Zone Directory(See Below). (Range 0-4095)
  94. ;
  95. Defined_Zones 1 2 3 4 5 6 7 8 65 90
  96. ;
  97. ;  See ENGINE.DOC for more information
  98. ;
  99. ;--------------
  100. ;
  101. ;  This line defines the directory where mail generated to other zones
  102. ;  that do not have a defined holding directory. (See Above).
  103. ;
  104. Bad_Zone k:\ee\bad
  105. ;
  106. ;--------------
  107. ;
  108. ;  Your primary outbound mail directory
  109. ;
  110. Outbound        k:\outbound\out
  111. ;
  112. ;  NOTE: This directory does not use flags
  113. ;
  114. ;--------------
  115. ;
  116. ;  Directory where EchoMail Engine's Dupe file indexes are stored
  117. ;
  118. DupeFile_path    k:\ee\dups
  119. ;
  120. ;--------------
  121. ;
  122. ;  Directory where dupe messages are stored.
  123. ;
  124. ;Dupes           d:\dupsmsg
  125. ;
  126. ;  Comment out if you don't want to save dupes.
  127. ;
  128. ;--------------
  129. ;
  130. ;  This line sets the maximum size (in bytes) a mail archive is allowed
  131. ;  to reach before creating a new mailbag for that address
  132. ;
  133. Max_ArcSize 2000000
  134. ;
  135. ;--------------
  136. ;
  137. ;  This line defines the minimum free space required in operating
  138. ;  operating directory to unpack a compressed mailbag.
  139. ;
  140. Min_Cur_Unpack 10000000
  141. ;
  142. ;--------------
  143. ;
  144. ;  Maximum size of packets (in bytes) that will be processed in a single
  145. ;  pass of your tosser.
  146. ;
  147. Max_Pkt_Toss 300000
  148. ;
  149. ;--------------
  150. ;
  151. ;  This line defines the type of Front End mailer you are using.
  152. ;  Dbridge systems should be able to use Mailer 10 with little difficulty.
  153. ;
  154. ;Mailer 0 Binkley
  155. Mailer 10 FrontDoor 1.99c
  156. ; Mailer 11 FrontDoor 2.xx?  <Reserved for compatibility issues>
  157. ;
  158. ;  Anything other than 0 or 10 will default to Binkley.
  159. ;  Default design is for Binkley & oMMM environments.
  160. ;
  161. ;-------------------------
  162. ;*** External programs ***
  163. ;-------------------------
  164. ;
  165. ;  External archive sizing program
  166. ;  Note:  Internal archive sizing is implemented, but only in a generic
  167. ;         fashion.
  168. ; Sizer_Cmd    Sizemail.exe
  169. ;
  170. ;--------------
  171. ;
  172. ;  This line defines an external Archive Unpacker
  173. ;
  174. ; Unpacker_Cmd Spaz.Com -d %N *.PKT
  175. ;
  176. ;  Comment this line to use EchoMail Engine's internal Unpackers. (See Below)
  177. ;
  178. ;--------------
  179. ;
  180. ;  EchoMail Engine Internal Packers.
  181. ;  The first 5 definitions implement a direct call to the decompressor
  182. ;  in the interest of speed.
  183. ARC_Unpack   c:\arc\PKUnPak.EXE %N *.PKT %D
  184. ARJ_Unpack   c:\arc\ARJ.EXE e %N *.PKT %D
  185. PAK_Unpack   c:\arc\PAK.EXE E %N *.pkt %D
  186. LHA_Unpack   c:\arc\LHA.EXE %N *.PKT %D
  187. ZIP_Unpack   c:\arc\PKUnZip.exe %N *.PKT %D
  188. ;
  189. ;ZIP_Unpack Pkunzip %N *.PKT
  190. ;
  191. ;--------------
  192. ;
  193. ;  This line defines the external scanner to use with EchoMail Engine.
  194. ;  
  195. ;Scanner_Cmd  QM.EXE Scan -z
  196. ; Scanner_Cmd  QECHO.EXE -E -P -Z
  197. ; Scanner_Cmd  IMAIL.EXE SCAN
  198. ;
  199. ;  NOTE: Must be in the current directory to operate!
  200. ;
  201. ;--------------
  202. ;
  203. ;  This line defines the External tosser to use with EchoMail Engine
  204. ;
  205. ;Tosser_Cmd  QM.Exe Toss scan -q -z
  206. ; Tosser_Cmd  Qecho.Exe -t -u -p -k -z
  207. ; Tosser_Cmd  Imail.Exe Toss
  208. ;
  209. ;  Qecho in oMMM bundling environment recommended if used...
  210. ;
  211. ;--------------
  212. ;
  213. ;  For Multinode systems only.  See ENGINE.DOC for details.
  214. ;
  215. ;Mover_CMD           EEMover.EXE
  216. ;
  217. ;--------------
  218. ;
  219. ;  This statement is called to pack up all outbound mailbags to archived
  220. ;  format.
  221. ;
  222. OutPacker_CMD       EEPacker.EXE
  223. ;
  224. ;  NOTE: What ever program you use should also create the approprite
  225. ;        attach format.
  226. ;
  227. ;--------------
  228. ;
  229. ;  For Binkley & oMMM type environments only.
  230. ;
  231. ; NetPacker_CMD QM.EXE Pack
  232. ;
  233. ;--------------
  234. ;
  235. ;  For hubs and *EC systems, to check netmail prior to sending
  236. ;
  237. ; MsgTrack_CMD        MT.EXE
  238. ;
  239. ;--------------
  240. ;
  241. ;  Will internally call Areafix in -Smart Mode-
  242. ;
  243. ;Areafix_Cmd         Areafix.exe EC
  244. ;
  245. ;--------------
  246. ;
  247. ;  These are Predefined packers and must be defined before defining nodes.
  248. ;  Valid parameters: 
  249. ;                     %N = Fully Qualified archive name to be sent
  250. ;                     %P is the packet name after renaming it to FTS
  251. ;                        packet name.
  252. ;                     %D = Direct call to packer - Faster!
  253. ;
  254. Pack Zip c:\arc\PkZip.Exe -ex -a -m %N %P
  255. Pack LHA c:\arc\LHARC.Exe m /m %N %P
  256. Pack PAK c:\arc\PAK.Exe M %N %P
  257. Pack ARC c:\arc\PKarc.exe -oct -m %N %P
  258. ;
  259. ;  NOTE!  The default packer is the first listed packer!
  260. ;         Please do not be annoying with this feature, and make
  261. ;         Old Compression Technique your first listed packer.
  262. ;
  263. ;-------------
  264. ;
  265. ;  AreasFile EchoMail Parsing Information. See ENGINE.DOC for information
  266. ;
  267. AreasFile c:\arc\temp1\msgtoss.bbs
  268. ;
  269. ;--------------
  270. ;
  271. ;  Message base type
  272. ;
  273. ;Message_Type RA
  274. ;
  275. ;  NOTE: The Hudson Message format is the only format currently recogonized.
  276. ;
  277. ;--------------
  278. ;
  279. ;  For multinode systems.  See ENGINE.DOC for implementation details.
  280. ;
  281. ;Pack MOVER d:\line2\out2 %M
  282. ; Pack Mvr2 d:\combined\out3 %M
  283. ;
  284. ;-----------------------------
  285. ; *** Node Address Entries ***
  286. ;-----------------------------
  287. ;
  288. ;  Syntax:
  289. ;  @  ADDRESS  FLAVOR  COMPRESSOR  Optional_Flags
  290. ;  Optional Flags:
  291. ;  %O - Use old ARCmail extension for this node. <Opus 1.03 & prior>
  292. ;  %E - Extend the ARCmail extension to include all the letters in the
  293. ;       alphabet (Excluding T).
  294. ;
  295. ;  See ENGINE.DOC for information
  296. ;
  297. @ 1:271/110 Direct ZIP %E
  298. @ 1:271/115 Direct ZIP %E
  299. @ 1:271/118 Direct ZIP %E
  300. @ 1:271/122 Direct ZIP %E
  301. @ 1:271/207 Direct ZIP %E
  302. @ 1:271/210 Direct ZIP %E
  303. @ 1:271/212 Direct ZIP %E
  304. @ 1:271/218 Direct ZIP %E
  305. @ 1:271/220 Direct ZIP %E
  306. @ 1:271/225 Direct ZIP %E
  307. @ 1:271/228 Direct ZIP %E
  308. @ 1:271/232 Direct ZIP %E
  309. @ 1:271/236 Direct ZIP %E
  310. @ 1:271/242 Direct ZIP %E
  311. @ 1:271/245 Direct ZIP %E
  312. @ 1:271/247 Direct ZIP %E
  313. @ 1:271/248 Direct ZIP %E
  314. @ 1:271/250 Direct ZIP %E
  315. @ 1:271/253 Direct ZIP %E
  316. @ 1:271/263 Direct ZIP %E
  317. @ 1:271/265 Direct ZIP %E
  318. @ 1:271/275 Direct ZIP %E
  319. @ 1:271/280 Direct ZIP %E
  320. @ 1:271/300 Direct ZIP %E
  321. @ 1:271/270.10 Direct ARC %E
  322. @ 1:6666/10 Direct ARC %E
  323. @ 1:271/270.12 Direct ARC %E
  324. @ 1:6666/12 Direct ARC %E
  325. @ 1:271/270.13 Direct ARC %E
  326. @ 1:6666/13 Direct ARC %E
  327. @ 1:271/270.14 Direct ARC %E
  328. @ 1:6666/14 Direct ARC %E
  329. @ 1:271/270.15 Direct ARC %E
  330. @ 1:6666/15 Direct ARC %E
  331. @ 1:271/270.16 Direct ARC %E
  332. @ 1:6666/16 Direct ARC %E
  333. @ 8:8/10 Direct ZIP %E
  334. @ 8:950/1 Direct ZIP %E
  335. @ 8:935/2 Direct ZIP %E
  336. @ 8:935/30 Direct ZIP %E
  337. @ 8:935/111 Direct ZIP %E
  338. @ 8:935/140 Direct ZIP %E
  339. @ 8:935/141 Direct ZIP %E
  340. @ 65:511/1 Direct ZIP %E
  341. @ 65:511/236 Direct ZIP %E
  342. @ 90:83/0 Direct ZIP %E
  343. ;
  344. ;  Note:  ALL nodes MUST be defined to avoid Warning messages.  Any undefined
  345. ;         Node in your areasfile will NOT receive echomail until you do.
  346. ;         in the released version of the parser portion of Echomail Engine.
  347. ;
  348. ;---------------------------
  349. ; *** Routing Statements ***
  350. ;---------------------------
  351. ;
  352. ;  Syntax for Route Statement
  353. ;  Route  Flavor  Hub_Address  Addresses
  354. ;
  355. ;  Predefined nodes will used the defined compressor, all others
  356. ;  will use default old compression technique.
  357. ;
  358. Route Direct 1:271/220 220 0 65:All
  359. Route Direct 1:271/207 207 265
  360. Route Direct 1:266/22 8:8/10 8:950/1 1:266/22 271/3 5 10 15 20 22 23 25 28 29 30 31 40 41 45 50 55 58 60 65 68 80
  361. Route Direct 1:264/212 1:264/ALL 8:935/140 141
  362. Route Direct 1:274/40 1:274/ALL 8:935/30
  363. Route Direct 1:275/13 275/ALL
  364. Route Direct 1:6666/10 1:271/270.10
  365. Route Direct 1:6666/12 1:271/270.12
  366. Route Direct 1:6666/13 1:271/270.13
  367. Route Direct 1:6666/14 1:271/270.14
  368. Route Direct 1:6666/15 1:271/270.15
  369. Route Direct 1:6666/16 1:271/270.16
  370. Route Direct 1:266/22 2:ALL 3:ALL
  371. ;
  372. ;
  373. ;   Note:  This routing section is of sequencial design.
  374. ;          Refer to Engine.Doc for the details of routing.
  375. ;---------------------------------------------------------------------
  376.  
  377.  
  378. TIM's MSGTOSS.CFG
  379. -------------------
  380. ;
  381. ZONETYPE---->2
  382. ;
  383. ;
  384. DOMAIN------>fidonet 1 j:\fd\nodelist\nodelist
  385. DOMAIN------>rbbsnet 8 j:\fd\nodelist\rbbs\rbbslist
  386. DOMAIN------>Saudinet 90 j:\fd\nodelist\saudi\snetlist
  387. ;               ^     ^            ^
  388. ;               |     |            |
  389. ;       Domain Name   |            |
  390. ;               Zone Number        |
  391. ;                          Path to NODELIST
  392. ;
  393. NODE-------->1:271/270.0@fidonet
  394. NODE-------->8:935/1.0@rbbsnet
  395. ;            ^^^^^^^^^^^^^^^^^^^^
  396. ;       Must be just like this!!!!!!
  397. ;
  398. POINTNET---->6666
  399. REMAP------->10 Bob French
  400. REMAP------->11 Doug Ashley
  401. REMAP------->12 Ken Sisk
  402. REMAP------->13 STEVE ARBOGAST
  403. ;
  404. ;This is for people that have points setup. For front Door you must
  405. ; also tell Front Door your POINTNET number in a SET POINTNET=6666
  406. ;
  407. ;MAILFROM---->8:952/1   
  408. ;MAILTO------>8:935/140
  409. ;FILEFROM---->
  410. ;FILETO------>
  411. ;
  412. ;The above is not needed, as Front door does this thru the ROUTE.FD file
  413. ;--------------------------------
  414. ; Sysop key names
  415. ;
  416. SYSALIAS---->SECRET NAME
  417. SYSNAME----->!JOE SNOW
  418. SYSNAME----->=SYSOP
  419. ;
  420. ;The FIRST CHARACTER must be either a '!' or a '=', nothing else is
  421. ; allowed.  The '!' means CONTAINS and the '=' means EXACT. 
  422. ;
  423. ; Packet identification and unarchiving stuff
  424. ;
  425. PKTWILD----->*.PKT *.?UT
  426. PACKERCMD--->ee.exe p      <------- This is your packer command. If you
  427. ;                                   leave this blank it will use the batch
  428. ;                                   file packer command to pack your *.out's
  429. ;                                   Otherwise it will use this line ONLY if
  430. ;                                   the FMAX:nnnn number is exceeded.
  431. ;
  432. ; See this section for information on SPAZ unarchiver
  433. ; This is the most common setting.
  434. ;
  435. ; Miscellaneous directories
  436. ;
  437. ; This is where your in-bound files should be sitting. In *.PKT's format.
  438. ;
  439. FILES------->J:\packets\
  440. ;
  441. ; If your ZONETYPE is 2 or 3 you will have to make directories for each
  442. ; domain listed. For this example I would need
  443. ; c:\fd\out
  444. ; c:\fd\out.008
  445. ; c:\fd\out.05A   <------ .05A is HEX for 90
  446. ;
  447. OUTBOUND---->C:\fd\out\
  448. ;
  449. ; This is for a RAM DRIVE. It will really speed up your tossing.
  450. ; You must have a valid drive here, do not leave it blank.
  451. ;
  452. WORKDIR----->N:\
  453. ;
  454. ; If LOGDIR is blank it will default to the current path.
  455. ;
  456. LOGDIR------>
  457. ;
  458. ; Two important RBBS message bases
  459. ;
  460. ; This must be to your MAIN message base. Most always MESSAGES, Include 
  461. ; the path.
  462. ;
  463. MESSAGES---->H:\BBS\MESSAGES
  464. ;
  465. ;A "model" messsage base (un-corrupt, small) that will be used with the
  466. ;"/FIXC" command line. If FIXMSG fails twice then the message base entered
  467. ;here will be copied over the original (corrupt) message base.  The corrupt 
  468. ;message base will be renamed *.BAD. 
  469. ;
  470. BLANKMSG---->H:\BBS\GENERALM.DEF
  471. ;
  472. ; RBBS message base parameters
  473. ;
  474. ; RBBS-MAX is the Max messages most rbbs can see. Soon to change to 32000.
  475. ; ELASTIC is detirmend by the Configure Parameter for your message base.
  476. ; MSGMULT is set to 5  
  477. ; KILLOVER is the max size MSGTOSS will toss. It is totally up to you, as 
  478. ; there is NO limit to what it can do.
  479. ;
  480. RBBS-MAX---->999
  481. ELASTIC----->NO
  482. MSGMULT----->5
  483. KILLOVER---->10000
  484. ;
  485. ; NETBIOS, DESQVIEW, PC-NET & 10-NET record locking (/LOCK switch)
  486. ;
  487. ; These choices: "NETBIOS", "DESQVIEW", "PC-NET", "10-NET" or "". 
  488. ;
  489. LOCKTYPE---->DESQVIEW
  490. LOCKWAIT---->.4
  491. LOCKTIME---->5
  492. ;
  493. ; RBBS purging related parameters (/PREP switch)
  494. ;
  495. ; This limit is the PURGE to limit 68%
  496. ;
  497. MAINT%LO---->68
  498. ;
  499. ; This is the WHEN TO purge Signal. 90%
  500. ;
  501. MAINT%HI---->90
  502. ;
  503. ; This will keep all messages to SYSOP from being purged for 10 days.
  504. ;
  505. DAYSTOSYS--->10
  506. ;
  507. ; This will allow purging of meesages from SYSOP after 10 days 
  508. ;
  509. DAYSFRSYS--->10
  510. ;
  511. ; Allow messages to be purged after sysop has read them.
  512. ;
  513. DELREADSYS-->NO
  514. ;
  515. ; Allow messages to users to be deleted after 20 days.
  516. ;
  517. DAYSTOUSR--->20
  518. ;
  519. ; Allow messages from users to be deleted after 20 days.
  520. ;
  521. DAYSFRUSR--->20
  522. ;
  523. ; Allow purging of users message once read.
  524. ;
  525. DELREADUSR-->NO
  526. ;
  527. ; Year setting to stop acidental purging in case of clock failure.
  528. ;
  529. YEAR-------->1991
  530. ;
  531. ; FIX MESSAGE command. Passes the bad message-base file name.
  532. ; Uses FIXMSG.EXE or any other program you want.
  533. FIXMSGCMD--->FIXMSG [MSGFILE]
  534. ;
  535. ; Duplicate checking related stuff (/CDUP switch)
  536. ;
  537. ; MAXAREAS is the amount of ECHOS you carry on your system. If you ever
  538. ; change this you have to delete this file and it will rebuild itself.
  539. ; Keep the sizes down to speed things up.
  540. ;
  541. ;
  542. DUPFILE----->MSGTOSS.EID
  543. MAXAREAS---->200
  544. DUPSIZE----->450
  545. ;
  546. ; "Wait for users to go off-line" (/WAIT switch)
  547. ;
  548. CONFWAIT---->10
  549. ;
  550. ; Words used for message "capturing" (BBS keyword CAPT:1) stuff
  551. ;
  552. ; Don't set this up on your first try.
  553. ;
  554. CAPTURE----->FUCK
  555. CAPTURE----->SHIT
  556. ;
  557. ; Strip lines beginning with "text" (BBS keyword SECL:1) stuff
  558. ;
  559. SECL-------->SEEN-BY:
  560. ;
  561. ; Miscellaneous maintenance batch and command file stuff
  562. ;
  563. ;UTIL1------->MSGCLEAN.BAT
  564. ;UTIL1CMD---->SUBJECT J:[MSGFILE] O:[WELFILE] C:[AREA] L:15 S:
  565. ;UTIL2------->
  566. ;UTIL2CMD---->
  567.  
  568.  
  569.  
  570.  
  571. TIM's MSGTOSS.BBS
  572. -------------------
  573. Virginia Data Exchange (804)877-3539 -2-Lines- FREE! Timothy Jacobs
  574. ;
  575. ;
  576. -RECS:1500 MRGN:77 RNST:1 RNIF:500 MAXL:95 ESEC:5 FMAS:1 USRH:1 CAPT:0
  577. -NODE:1 SECL:0 GATE:2 CDUP:1
  578. ;
  579. H:\BBS\IBMm.def           IBM              1:6666/10
  580. H:\BBS\MACm.def           MAC              1:6666/10 6666/12 13
  581. H:\BBS\APPLESm.def        APPLE            266/22 271/220
  582. H:\BBS\POLICEm.def        ASKACOP2         1:266/22 1:271/122 1:271/220
  583. H:\BBS\AMIGAPRm.def       AMIGA_PROG       266/22
  584. H:\bbs\amigaECm.def       AMIGA            1:266/22 271/122 271/247
  585. H:\bbs\amigamem.def       AMIGAGAMES       1:266/22 271/110
  586. H:\bbs\atari-8m.def       ATARI            266/22
  587. H:\bbs\atariSTm.def       ATARI_ST         266/22
  588. H:\BBS\AUDIOm.def         AUDIO            1:266/22 1:271/122
  589. H:\BBS\AUTOm.def          AUTOMOTIVE       1:266/22 1:271/122
  590. H:\BBS\BIBLEM.DEF         OPEN_BIBLE       266/22  1:271/220 1:271/263
  591. H:\BBS\BUSINESM.DEF       BUSINESS         266/22
  592. H:\bbs\Basballm.def       ML-BASEBALL      1:266/22 1:271/122 1:6666/12
  593. H:\BBS\Clipperm.def       CLIPPER          266/22  271/220
  594. H:\BBS\C-echom.def        C_ECHO           1:266/22 271/220 271/247 271/250
  595. H:\BBS\C-PLUSm.def        C_PLUSPLUS       1:266/22 271/220 271/247 271/250
  596. H:\BBS\CONSUMRm.def       CONSUMER_REPORT  1:266/22 271/122 271/247 6666/12
  597. H:\BBS\COMICSm.def        COMICS           1:266/22 271/247
  598. H:\BBS\DEADHEDM.DEF       DEADHEAD         266/22  271/220
  599. H:\BBS\DVm.def            DESQVIEW         1:266/22 271/220 271/247
  600. H:\BBS\ELECTROm.def       ELECTRONICS      1:266/22 271/122 271/263 6666/10
  601. H:\bbs\echomacm.def       ECHOMAC          1:266/22 6666/10 6666/12 6666/13
  602. H:\bbs\entreprm.def       ENTREPRENEUR     266/22  271/250 6666/12
  603. H:\BBS\FCCm.def           FCC              1:266/22 1:271/122 1:271/250 1:271/263
  604. H:\BBS\FILKm.def          FILK             1:266/22 271/207 271/220 271/236
  605. H:\BBS\FILEREQm.def       FILE_REQ         1:266/22 271/220 271/245 6666/10
  606. H:\BBS\FITEBELm.def       FITE_BELL        1:266/22 271/220 271/250 271/300 6666/10 6666/12 6666/13
  607. H:\BBS\FLT-SIMm.def       FS               266/22
  608. H:\BBS\FORSALEm.def       CFORSALE         1:266/22 271/247 6666/12
  609. H:\BBS\GAMEINGm.def       GAMING           1:266/22 271/110
  610. H:\BBS\GENEm.def          GENEALOGY        1:266/22 271/220 271/247 271/300
  611. H:\bbs\H-BIBLEm.def       HOLY_BIBLE       1:266/22 1:271/275
  612. H:\bbs\HAMm.def           HAM              266/22  1:271/220 1:271/263
  613. H:\BBS\GARDENm.def        HOME-N-GRDN      266/22  271/300 271/220
  614. H:\BBS\HUMORm.def         HUMOR            1:266/22 271/110 271/220 271/263
  615. H:\BBS\hdconfm.def        HDCONF           1:266/22 1:271/122 1:271/220
  616. H:\BBS\HDSALEm.def        HDSALE           266/22
  617. H:\BBS\HSTm.def           HST              266/22  271/220
  618. H:\BBS\INTm.def           INTERUSER        1:266/22 1:271/220 1:271/236
  619. H:\BBS\INet-FDm.def       INET.FIDO        1:266/22 271/118 6666/10
  620. H:\BBS\INet-TKm.def       INET.TECH        266/22
  621. H:\BBS\KATTYm.def         KATTY_KORNER     1:266/22 1:271/220 1:271/236
  622. H:\BBS\LANm.def           LAN              1:266/22 271/247
  623. H:\BBS\LAWm.def           LAW              1:266/22 271/118 271/220
  624. H:\BBS\LIBRARYm.def       LIBRARY          1:266/22 271/118
  625. H:\bbs\LCHATm.def         LCHATTER         1:266/22 271/110 271/115 271/118 271/122 271/207 271/212 271/218 271/220 271/228 271/232 271/236 271/245 271/247 271/250 271/253 271/263 271/265 271/270 271/275 271/280 271/300 275/13
  626. ;H:\bbs\lovem.def          LOVELINE         107/???
  627. H:\BBS\MACCOMMm.def       MACCOMM          266/22  6666/10
  628. H:\BBS\MACSALEm.def       MACFSALE         266/22  6666/10 12
  629. H:\BBS\MACHYPEm.def       MACHYPE          266/22  6666/10 12
  630. H:\BBS\MACGAMEm.def       MAC_GAMES        266/22
  631. H:\BBS\MIDINETm.def       MIDI-NET         266/22
  632. H:\BBS\MIDIPRGm.def       MIDI-PROGRAMMING 266/22
  633. H:\BBS\MISSINGm.def       MISSING          266/22  271/220
  634. H:\BBS\newechom.def       ECHO_REQ         1:266/22 271/122 271/220 271/245 271/263
  635. H:\BBS\PRAYERm.def        PRAYER           266/22
  636. H:\BBS\PROBKIDm.def       PROBLEM_CHILD    266/22
  637. H:\BBS\rbbsm.def          RBBS-PC          1:266/22 271/245
  638. H:\BBS\TELIXm.def         TELIX            266/22
  639. H:\BBS\SCSIm.def          SCSI-ONE         1:266/22 271/122 271/245
  640. H:\bbs\sifim.def          SF               1:266/22 271/207 271/220 271/236 271/247
  641. H:\bbs\sharewrm.def       SHAREWRE         1:266/22 271/247
  642. H:\BBS\SYSTEM7m.def       SYSTEM7          266/22  6666/10
  643. H:\BBS\UFOm.def           UFO              266/22  271/220
  644. H:\BBS\UNIXm.def          UNIX             266/22
  645. H:\BBS\VIDEOm.def         VIDEO            266/22
  646. H:\bbs\virusm.def         VIRUS            266/22  271/250
  647. h:\bbs\win-prm.def        WINDOWS.PROG     266/22  271/250
  648. h:\bbs\wp-echom.def       PERFECT          1:266/22
  649. h:\bbs\wpcraftm.def       WP-CRAFT         1:266/22
  650. h:\bbs\wptoolsm.def       WP-TOOLS         1:266/22
  651. h:\bbs\wpmacrom.def       PERFECT_MACRO    1:266/22
  652. ;
  653. c:\fd\mail\               NETMAIL
  654. d:\echo\bad\              UNKNOWN
  655. c:\fd\mail\net271\        NET271           1:266/22 271/110 271/115 271/118 271/122 271/207 271/210 271/212 271/218 271/220 271/225 271/228 271/232 271/236 271/245 271/247 271/250 271/253 271/263 271/265 271/275 271/280 271/300
  656. c:\fd\mail\fitebell\      FITE_BELL        266/22
  657. c:\fd\mail\rbbs\          RBBS-PC          266/22
  658. c:\fd\mail\tvro\          TVRO             266/22
  659. c:\fd\mail\TWSYSOP\       TWSYSOP          1:266/22 271/110 271/122 271/207 271/212 271/218 271/220 271/228 271/232 271/236 271/242 271/245 271/247 271/250 271/253 271/263 271/275 271/300 275/13
  660. c:\fd\mail\va_sysop\      VA_SYSOP         266/22  271/220 242 225 250 300
  661. ;
  662. #D:\echomail\             12_STEPS         1:266/22 1:271/122
  663. #D:\ECHOMAIL\             ABLED            266/22 271/220
  664. #D:\ECHOMAIL\             ABORTION         266/22 271/220
  665. #D:\ECHOMAIL\             AD&D             266/22 271/220
  666. #D:\EchoMAIL\             ADOPTEES         266/22 271/220
  667. #D:\EchoMAIL\             AIDS/ARC         266/22 271/220
  668. #D:\ECHOMAIL\             ANXIETY          266/22 1:271/122
  669. #D:\ECHOMAIL\             AQUARIUM         1:266/22 271/247 271/263
  670. #D:\ECHOMAIL\             ASTRONOMY        266/22 271/220
  671. #D:\ECHOMAIL\             BATPOWER         266/22 271/220
  672. #D:\ECHOMAIL\             BBS_ADS          1:266/22 1:271/232 1:271/263
  673. #D:\ECHOMAIL\             BBS_HELP         1:271/220 1:271/236
  674. #D:\ECHOMAIL\             BIBLE            266/22 1:271/220 1:271/263
  675. #D:\ECHOMAIL\             BIKENET          1:266/22 1:271/122
  676. #D:\ECHOMAIL\             BIMODEM          1:266/22 1:271/122
  677. #D:\ECHOMAIL\             BITCH            1:266/22 271/220 271/247
  678. #D:\ECHOMAIL\             BNU              1:266/22 1:271/122
  679. #D:\ECHOMAIL\             BROADCAST        1:266/22 1:271/263
  680. #D:\ECHOMAIL\             CAP_NAT          1:266/22 1:271/263
  681. #D:\ECHOMAIL\             CELLULAR         266/22 1:271/263
  682. #D:\ECHOMAIL\             CHATTER          266/22 1:271/220 1:271/263
  683. #D:\ECHOMAIL\             CLASSIFIEDS      1:266/22 271/247 271/263
  684. #D:\ECHOMAIL\             COLLEGE          266/22 1:271/122
  685. #d:\echomail\             COMM             266/22 1:271/122 1:271/220 1:271/250 1:271/263
  686. #d:\echomail\             CONSULTING       266/22  271/250
  687. #D:\ECHOMAIL\             CONTROV          1:266/22 271/220 271/247
  688. #D:\ECHOMAIL\             COOKING          1:266/22 271/236 271/247 271/253
  689. #D:\ECHOMAIL\             CRASH            266/22 1:271/263
  690. #D:\ECHOMAIL\             DADS             1:266/22 1:271/236
  691. #D:\ECHOMAIL\             DBASE            1:266/22 271/220 271/300
  692. #d:\echomail\             DBRIDGE          1:266/22 271/245 271/250
  693. #D:\ECHOMAIL\             DDS_ECHO         1:266/22 271/220 271/247 275/13
  694. #D:\ECHOMAIL\             DEBATE           266/22 271/220
  695. #D:\ECHOMAIL\             DIETING          1:266/22 271/263
  696. #D:\ECHOMAIL\             DIRTY_DOZEN      1:266/22 1:271/122 1:271/220
  697. #d:\echomail\             DOORWARE         1:266/22 271/110 271/247 271/250
  698. #d:\echomail\             DR_DEBUG         266/22  271/250 271/220
  699. #D:\echomail\             EC13             266/22 271/220
  700. #d:\echomail\             ECHO271STAT      1:271/270 271/247 271/250 271/263 6666/10
  701. #D:\ECHOMAIL\             ECOLOGY          266/22 271/220
  702. #d:\echomail\             ECPROG           266/22  271/250
  703. #D:\ECHOMAIL\             EXOTIC_BIRDS     1:266/22 1:271/236
  704. #D:\ECHOMAIL\             FDECHO           1:266/22 271/122 271/220 6666/10
  705. #D:\ECHOMAIL\             FEMINISM         1:266/22 271/220 271/247
  706. #D:\ECHOMAIL\             FILM             1:266/22 271/263
  707. #D:\ECHOMAIL\             FIREARMS         266/22 271/220
  708. #D:\echomail\             FIRENET          266/22 271/220
  709. #D:\ECHOMAIL\             FLAME            1:266/22 271/220 271/247
  710. #d:\echomail\             FORSALE          1:271/270 271/207 271/220 271/232 271/245 271/247 271/250 271/263
  711. ;Check on these
  712. #D:\ECHOMAIL\             FUNNY            1:266/22 271/280
  713. #D:\ECHOMAIL\             UFGATE           1:266/22 271/118
  714. #D:\ECHOMAIL\             PDNECHO          1:266/22 271/245
  715. #D:\ECHOMAIL\             4DOS             1:266/22 271/247
  716. #D:\ECHOMAIL\             BINKLEY          1:266/22 271/207 271/247 6666/10
  717. #D:\ECHOMAIL\             JOBS-NOW         1:266/22 271/247
  718. #D:\ECHOMAIL\             QEDIT            1:266/22 271/247
  719. #D:\ECHOMAIL\             OTHERNETS        1:266/22 271/122
  720. #D:\ECHOMAIL\             ZEC              1:266/22 271/122
  721. #D:\ECHOMAIL\             WHO              1:266/22 271/220
  722. ;Check on these
  723. #D:\ECHOMAIL\             GAYLINK          266/22 271/220
  724. #D:\ECHOMAIL\             GREEN.029        1:266/22 271/220
  725. #D:\ECHOMAIL\             HAM-SALE         266/22 1:271/263
  726. #D:\ECHOMAIL\             HAM_TECH         266/22 1:271/263
  727. #D:\ECHOMAIL\             HISTORY          1:266/22 271/220 271/280
  728. #D:\ECHOMAIL\             HOMESCHL         266/22 271/220
  729. #D:\echomail\             HZ_ECHO          266/22 1:271/220
  730. #D:\ECHOMAIL\             INET.EFF.NEWS    1:266/22 271/118 271/220
  731. #D:\ECHOMAIL\             INET.EFF.TALK    1:266/22 1:271/220
  732. #D:\ECHOMAIL\             INTERCOOK        1:266/22 1:271/122
  733. #D:\echomail\             JUDAICA          266/22 271/220
  734. c:\fd\mail\Lantas         LANTASTI         1:266/22 271/245
  735. #D:\echomail\             LAW_DISORDER     266/22 1:271/220
  736. #D:\echomail\             LAW_TECH         1:266/22 271/118
  737. #D:\echomail\             MENS_ISSUES      266/22 1:271/220
  738. #D:\echomail\             MENSA            266/22 271/220
  739. #D:\echomail\             MILITARY_PEOPLE  266/22 1:271/220
  740. #d:\echomail\             MLM              266/22  271/250
  741. #D:\echomail\             MTASK            266/22 1:271/220
  742. #D:\echomail\             NCRC13           266/22 1:271/220
  743. #d:\echomail\             NET-POL          1:266/22 271/122 271/220 271/250
  744. #D:\echomail\             NEW_AGE_ECHO     1:266/22 271/220
  745. #D:\echomail\             NUTRITION        266/22 1:271/263
  746. #D:\echomail\             PACKET           266/22 1:271/263
  747. #D:\echomail\             PARADOX          266/22 1:271/220
  748. #D:\echoMail\             PARTYLINE        271/220 247
  749. #d:\echomail\             PASCAL           1:266/22 1:271/220
  750. #D:\echomail\             POLITICS         266/22 1:271/220
  751. #d:\echomail\             QMX_XRS          1:266/22 271/220 271/247
  752. #d:\echomail\             QUICKPRO         266/22  271/250 271/220
  753. #D:\echomail\             QUIK_BAS         266/22 1:271/220
  754. #D:\echomail\             RA_SUPPORT       1:266/22 1:271/122 1:271/263 1:271/275
  755. #D:\echomail\             RA_UTIL          1:266/22 1:271/122 1:271/220 1:271/247 1:271/263 1:271/275
  756. #D:\echoMail\             RADIO_CHATTER    271/220 263
  757. #D:\echomail\             RC_MODEL         1:266/22 1:271/263 1:271/275
  758. #D:\echomail\             RIGHTS           266/22 271/220
  759. #D:\echomail\             RTKBA            266/22 1:271/220
  760. #D:\echomail\             S_KING           1:266/22 1:271/220 1:271/253
  761. #D:\echoMail\             SALE_SWAP        271/220 210
  762. #D:\ECHOMAIL\             SCAN13           1:266/22 1:271/220 1:271/263
  763. #D:\echomail\             SCIENCE          266/22 1:271/220
  764. #D:\echomail\             SFFAN            1:266/22 1:271/220 1:271/236
  765. #D:\echomail\             SHORTWAVE        266/22 1:271/263 1:271/220
  766. #D:\echomail\             SPACE            1:266/22 1:271/122
  767. #D:\echomail\             SPORTS           1:266/22 271/220 271/236 271/280
  768. #D:\echomail\             SUPERBBS         1:266/22 271/228 271/253 271/280
  769. #D:\echomail\             STTNG            1:266/22 271/220 271/247
  770. #D:\ECHOMAIL\             TPBOARD          266/22 271/220
  771. #D:\ECHOMAIL\             TEEN             1:266/22 271/247 271/253
  772. #D:\ECHOMAIL\             TELEGARD         1:266/22
  773. #D:\ECHOMAIL\             TREK             1:266/22 271/220 271/247
  774. #D:\ECHOMAIL\             USA_EURLINK      266/22 271/220
  775. #D:\ECHOMAIL\             USS_LIBERTY      266/22 271/220
  776. #D:\echomail\             VID_GAME         1:266/22 1:271/236
  777. #D:\echomail\             VIETNAM_VETS     266/22 1:271/220
  778. #d:\echomail\             virus_info       266/22  271/250 271/220
  779. #d:\echomail\             virginia_bbs     266/22  271/220 271/250 300
  780. #d:\echomail\             WINDOWS          1:266/22 271/250 6666/10
  781. #d:\echomail\             X00_USER         266/22  271/250
  782. #d:\echomail\             ZMODEM           266/22  271/250
  783. ;
  784. ;genealogy
  785. #D:\echomail\             AUS_GENEALOGY    266/22 271/300 271/220
  786. #D:\ECHOMAIL\             CIVIL_WAR        1:266/22 271/122 271/220 271/280 271/300
  787. #D:\ECHOMAIL\             GENEALOGY.EUR    266/22  271/300 6666/12 271/220
  788. #D:\ECHOMAIL\             GENDATA          266/22  271/300 271/220
  789. #D:\ECHOMAIL\             GENSOFT          266/22  271/300 271/220
  790. #D:\ECHOMAIL\             GENSYSOP         266/22  271/300 271/220
  791. #D:\ECHOMAIL\             JEWISHGEN        266/22  271/300 271/220
  792. #D:\ECHOMAIL\             SE_GENEALOGY     271/220 271/300
  793. #D:\ECHOMAIL\             TIDEWATER_GENE   271/220 271/300
  794. #D:\ECHOMAIL\             WGW              271/220 271/300
  795. #D:\ECHOMAIL\             I&UK_GENE        271/220 271/300
  796. #D:\ECHOMAIL\             NZ_GENEALOGY     271/220 271/300
  797. #D:\ECHOMAIL\             PAF              271/220 271/300
  798. #D:\ECHOMAIL\             REUNIONS         271/220 271/300
  799. #D:\ECHOMAIL\             GEN_RES          271/220 271/300
  800. #D:\ECHOMAIL\             QUERIES          271/220 271/300
  801. ;
  802. ; 271/HUB stuff
  803. ;
  804. ;
  805. ;  RBBS-NET**********************
  806. ;
  807. ;
  808. -RECS:300 MRGN:74 RNST:1 RNIF:500 MAXL:90 ESEC:5 FMAS:1 USRH:1
  809. -CAPT:0 NODE:3 SECL:0 GATE:2
  810. ;
  811. C:\FD\MAIL.8\            NETMAIL
  812. d:\echo\BAD.8\           UNKNOWN
  813. c:\fd\mail\msgbeta\      MSGBETA          8:950/1
  814. c:\fd\mail\msgtoss\      RBBS_MSGTOSS     8:950/1 935/30
  815. c:\fd\mail\cdrom\        RBBS_CDROM       8:950/1 935/30
  816. C:\FD\MAIL\RBBSdoor\     RBBS_DOOR        8:950/1 935/30
  817. C:\FD\MAIL\Rbbspack\     RBBSMAIL_PACK    8:950/1 935/30
  818. C:\FD\MAIL\Rbbssale\     RBBS_4SALE       8:950/1 935/30
  819. C:\FD\MAIL\RBBS-DEV\     RBBS_DEV         8:950/1 935/30 140
  820. C:\FD\MAIL\RBBS-NET\     RBBS-NET         8:950/1 935/30 140
  821. C:\fd\mail\RBBSBITS\     RBBSBITS         8:950/1 935/30 140
  822. C:\FD\MAIL\RBBS-pol\     RBBS_POL         8:950/1 935/30
  823. C:\FD\MAIL\RBBS-SRC\     RBBS_SRC         8:950/1 935/30 140
  824. C:\FD\MAIL\RBBS-SD\      RBBS-SD          8:950/1 935/140
  825. C:\FD\MAIL\RBBS-SYS\     RBBS-SYSOP       8:950/1 935/30 111 140
  826. c:\fd\mail\DOORWARE\     DOORWARE         8:950/1 935/141
  827. c:\fd\mail\HP\           HP               8:950/1 935/141
  828. c:\fd\mail\HPSYSOP       HPSYSOP          8:950/1 935/140
  829. ;
  830. ; SAUDI-NET ******************************
  831. ;
  832. -RECS:300 MRGN:74 RNST:1 RNIF:500 MAXL:90 ESEC:5 FMAS:1 USRH:1
  833. -CAPT:0 NODE:4 SECL:0 GATE:2
  834. ;
  835. ;
  836. C:\FD\MAIL.90\            NETMAIL
  837. d:\echo\BAD.90\           UNKNOWN
  838. C:\FD\MAIL\Z90IPECS\      IPECS            90:83/0
  839. C:\FD\MAIL\REG_83\        REG_83           90:83/0
  840. C:\FD\MAIL\SAUDI\         SAUDI            90:83/0
  841. C:\FD\MAIL\SAUDI_IN\      SAUDI_INFO       90:83/0
  842. C:\FD\MAIL\Z90_SYS\       Z90_SYSOP        90:83/0
  843. C:\FD\MAIL\Z90PRESS\      Z90_PRESS        90:83/0
  844. C:\FD\MAIL\Z90MIL\        Z90_MILCOM       90:83/0
  845. ;
  846. ; OUR-NET  *******************************
  847. ;
  848. -RECS:300 MRGN:74 RNST:1 RNIF:500 MAXL:90 ESEC:5 FMAS:1 USRH:1
  849. -CAPT:0 NODE:5 SECL:0 GATE:2
  850. C:\FD\MAIL.65\          NETMAIL
  851. d:\echo\BAD.65\         UNKNOWN
  852. #D:\ECHOMAIL\           amiga_too       65:511/1
  853. #D:\ECHOMAIL\           cardboard_gold  65:511/1
  854. #D:\ECHOMAIL\           COM_SALE        65:511/1
  855. #D:\ECHOMAIL\           Debatable       65:511/1
  856. #D:\ECHOMAIL\           delicious       65:511/1
  857. #D:\ECHOMAIL\           FLYING          65:511/1
  858. #D:\ECHOMAIL\           FREDS_CUISINE   65:511/1
  859. #D:\ECHOMAIL\           FUNNY_BONE      65:511/1
  860. #D:\ECHOMAIL\           GEN_ADMIN       65:511/1 65:511/236
  861. #D:\ECHOMAIL\           gt_drwho        65:511/1
  862. #D:\ECHOMAIL\           gt_wierdness    65:511/1
  863. #D:\ECHOMAIL\           HOT_TUB         65:511/1
  864. #D:\ECHOMAIL\           ICRC            65:511/1
  865. #D:\ECHOMAIL\           masonic         65:511/1
  866. #D:\ECHOMAIL\           meterology      65:511/1
  867. #D:\ECHOMAIL\           New_music       65:511/1
  868. #D:\ECHOMAIL\           NINTENDO        65:511/1
  869. #D:\ECHOMAIL\           ON_AQUARIUM     65:511/1
  870. #D:\ECHOMAIL\           OPEN_LINE       65:511/1
  871. #D:\ECHOMAIL\           PET_NET         65:511/1
  872. #D:\ECHOMAIL\           POLICY          65:511/1
  873. #D:\ECHOMAIL\           PROGRAMS        65:511/1
  874. #D:\ECHOMAIL\           rush            65:511/1
  875. #D:\ECHOMAIL\           SYSOP_CHAT      65:511/1
  876. #D:\ECHOMAIL\           twisted_GAMER   65:511/1
  877. #D:\ECHOMAIL\           vacation        65:511/1
  878. #D:\ECHOMAIL\           W_P             65:511/1
  879. #D:\ECHOMAIL\           YARD_SALE       65:511/1
  880. #D:\ECHOMAIL\           zone_what?      65:511/1
  881.  
  882. msgtossn.bat
  883. -------------
  884. ****************************************************************************
  885. * NOTE from Mike Zakharoff:                                                *
  886. *                                                                          *
  887. *    Tim uses MSGTOSS "metacommands" throughout his batch file.  These are *
  888. *    commands that are pre-defined in the metacommand file (MSGTOSS.CMD).  *
  889. *    To see how he implements the MSGTOSS commands, refer to the end of    *
  890. *    this document to see his MSGTOSS.CMD file.  Also see MSGSWI.DOC.      *
  891. ****************************************************************************
  892. j:
  893. if exist j:\*.pkt copy j:\*.pkt j:\packets
  894. if exist j:\packets\*.pkt del j:\*.pkt
  895.  
  896. rem AREAFIX to change the MSGTOSS.BBS before mail tossing starts.
  897.     cd\fd\areafix
  898.     areafix ec -k
  899.  
  900. cd\packets
  901. if exist j:\*.mo? spaz -D j:\*.mo?
  902. if exist j:\*.tu? spaz -D j:\*.tu?
  903. if exist j:\*.we? spaz -D j:\*.we?
  904. if exist j:\*.th? spaz -D j:\*.th?
  905. if exist j:\*.fr? spaz -D j:\*.fr?
  906. if exist j:\*.sa? spaz -D j:\*.sa?
  907. if exist j:\*.su? spaz -D j:\*.su?
  908.  
  909. :MAILROOM
  910.    if exist j:\packets\*.msg goto NETMAIL
  911.    if exist j:\packets\*.pkt goto MSGTOSS
  912.    if exist j:\*.4 goto DWARZ
  913.    goto END
  914.  
  915. :MSGTOSS
  916.    C:
  917.    cd\arc\temp1
  918.    msgtoss toss3
  919.  
  920. :SENDMAIL
  921.    call msgsend.bat
  922.    goto MAILROOM
  923.  
  924. :NETMAIL
  925.    if exist j:\packets\30*.msg copy j:\packets\30*.msg c:\fd\mail
  926.    del j:\packets\30*.msg
  927.    goto MAILROOM
  928.  
  929. :DWARZ
  930.    L:
  931.    cd\dwarz
  932.    copy j:\*.4 l:\dwarz\dwarz.in
  933.    copy j:\*.4 l:\dwarz
  934.    copy j:\*.4 l:\dwarz\dwarz.in
  935.    copy j:\*.4 l:\dwarz
  936.    del j:\*.4
  937.    dwarznet
  938.    goto MAILROOM
  939.  
  940. :END
  941.    del C:\dv\run*.*
  942.    cd\fd
  943.    exit
  944.  
  945.  
  946. MSGTOSS.CMD
  947. -----------
  948. TOSS1        /TOSS /WDIR /FIXC /KNET /KUNK /LOCK /NSTOP /PREX /FEED /MUSER:2
  949. TOSS2        /TOSS /WDIR /FIXC /LOCK /NSTOP /PREX /FEED /MUSER:2
  950. TOSS3        /TOSS /WDIR /PREP /FIX  /LOCK /MUSER:2 /FEED /NSTOP
  951. TOSS4        /TOSS /WDIR /PREP /FIX  /FEED /TUNK /LOCK /MUSER:2
  952. SCAN         /SCAN /WDIR /FIDO /RBBS /LOCK /FIX /MUSER:2
  953. SAUDI_INFO   /SCAN /WDIR /FIDO /AREA:SAUDI_INFO
  954. SAUDI        /SCAN /WDIR /FIDO /AREA:SAUDI
  955. MSGBETA      /SCAN /WDIR /FIDO /AREA:MSGBETA
  956. RE_SAUDI     /SCAN /WDIR /FIDO /RSCAN:1:129/82 /AREA:SAUDI
  957. FIX          /GLOB:FIXMSG [MSGFILE] /NET
  958. RNUM         /GLOB:MSGRENUM /MSG:[MSGFILE] /USR:[USRFILE] /NET
  959.  
  960. Thats all folks.......
  961.  
  962.